home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000604_hanche@imf.unit.no_Wed May 18 17:21:59 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from pyanfar.imf.unit.no by cs.umb.edu with SMTP id AA13326
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 18 May 1994 10:18:55 -0400
  3. Received: by pyanfar.imf.unit.no id AA04035
  4.   (5.65c8/IDA-1.4.4 for tex-k@cs.umb.edu); Wed, 18 May 1994 15:21:59 +0200
  5. Date: Wed, 18 May 1994 15:21:59 +0200
  6. From: Harald Hanche-Olsen <hanche@imf.unit.no>
  7. Message-Id: <199405181321.AA04035@pyanfar.imf.unit.no>
  8. To: tex-k@cs.umb.edu
  9. Subject: Don't run cmmf from MakeTeXPK
  10.  
  11. In dvipsk/MakeTeXPK.in we find the following lines...
  12.  
  13.   # Which version of Metafont shall we use?
  14.   case $NAME in
  15.     cm*) mf=cmmf;;
  16.       *) mf=mf;;
  17.   esac
  18.  
  19. However, these days all METAFONT source files that need cmbase start
  20. with the following line:
  21.  
  22. if unknown cmbase: input cmbase fi
  23.  
  24. The loading of cmbase takes virtually no time.  Therefore, I suggest
  25. modifying MakeTeXPK to always run plain mf, no matter what font is to
  26. be generated.  In the same vein, I would suggest changing
  27. web2c/Makefile.in to not create and install cmmf.base.  Not that it's
  28. such a big file, but it makes life a little simpler at negligible
  29. cost.
  30.  
  31. - Harald Hanche-Olsen
  32.   Dept of Mathematical Sciences
  33.   The Norwegian Institute of Technology
  34.   N-7034 Trondheim, NORWAY
  35.   Email: <hanche@imf.unit.no>
  36.   Phone: +47-7359-3525 (work)
  37.          +47-7359-3524 (fax)